html {
    font-family: 'Nunito', sans-serif !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 23px;
    letter-spacing: 0px !important;
}

body {
    @import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
    font-family: 'Nunito', sans-serif !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 23px;
    letter-spacing: 0px !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Nunito', sans-serif !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 23px;
    letter-spacing: 0px !important;
}

h6 {
    font-family: 'Nunito', sans-serif !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    line-height: 23px;
    letter-spacing: 0px !important;
}

span {
    font-family: 'Nunito', sans-serif !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 23px;
    letter-spacing: 0px !important;
    color: black !important;
}

ul, li {
    font-size: 14px !important;
}

p, table {
    font-family: 'Nunito', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 23px;
    letter-spacing: 0px !important;
    color: black !important;
}

.sectiontextimage h4 {
    letter-spacing: 1px;
    word-break: break-word;
}

.containertext {
    z-index: 1;
}

.containertext h1 {
    font-size: 60px;
}

.sideimage {
    height: 500px;
    width: 500px;
    position: absolute;
    bottom: 0px;
    left: -44px;
}

.language {
    margin-right: 10px;
    width: 51px;
}

.language a {
    display: inline-block !important;
    margin-top: -6px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.language a:hover {
    opacity: 1;
}

.nl {
    background: url("/media/1394/nederland.png") no-repeat;
    background-repeat: no-repeat;
    width: 51px;
    height: 33px;
    display: inline-block;
    padding-bottom: 0px !important;
}

.de {
    background: url("/media/1391/duitsland.png") no-repeat;
    background-repeat: no-repeat;
    width: 51px;
    height: 33px;
    display: inline-block;
    padding-bottom: 0px !important;
}

.fr {
    background: url("/media/1393/frankrijk.png");
    background-repeat: no-repeat;
    width: 51px;
    height: 33px;
    display: inline-block;
    padding-bottom: 0px !important;
}

.en {
    background: url("/media/1392/engeland.png") no-repeat;
    background-repeat: no-repeat;
    width: 51px;
    height: 33px;
    display: inline-block;
    padding-bottom: 0px !important;
}

/* counter */
.date {
    height: 66px;
    margin-bottom: 5px;
    margin-left: -46px;
}

.date h1 {
    padding-top: 20px;
}

.desktop_counter_h {
    position: relative !important;
    font-size: 36px !important;
    margin-bottom: 0px;
    margin-top: 5px;
}

.countdown {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.countdown p {
    color: white !important;
}

.desktop_counter_p {
    margin-left: 15px;
}

.aftel {
    display: inline-block;
    width: 100px;
    height: 66px;
    margin-left: -20px
}

.counter_d.aftel {
    width: 100px;
}

.form-field-wrapper input {
    margin-bottom: 15px !important;
}

a {
    color: #1f8ac6;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

h3::after {
    content: "";
}

.scroll-top:hover {
    background: #1f8ac6;
    text-decoration: none;
    color: #fff;
}

.table-striped > tbody > tr:nth-child(2n+1) {
    background-color: #fff;
    color: #1f8ac6;
}

.tableth {
    background: #0060a0;
    background: -moz-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0060a0), color-stop(39%, #1f8ac6), color-stop(100%, #1f8ac6));
    background: -webkit-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    background: -o-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    background: -ms-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    background: linear-gradient(to right, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060a0', endColorstr='#1f8ac6', GradientType=1 );
    color: #fff;
    border-bottom: none;
    border-radius: 3px;
}

.thwhite {
    width: 0px;
}

.table th:first-child {
    border-left: 0px;
}

.table > thead > tr > th {
    border-bottom: none;
}

.table th:last-child {
    display: none;
}

.table td:not(:nth-child(2n+1)) {
    padding: 30px 0 20px;
}

.table td:last-child {
    display: none;
}

.table tr:last-child {
    border-bottom: 0px;
}



.trline {
    border-bottom: 1px solid #1f8ac6;
}

.padding-none {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-none-left {
    padding-left: 0px;
}

.padding-none-right {
    padding-right: 0px;
}

.pdtb-none {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padding-left-fifty {
    padding-left: 50px;
}

.header .logo {
    margin-top: -10px !important;
}

.header {
    background-color: rgba(255,255,255,0.95) !important;
}

.header a {
    font-size: 16px !important;
}

.navigation select {
    margin-bottom: 0px;
    margin-top: -8px;
    font-family: 'Nunito', sans-serif;
    font-size: 12px !important;
    line-height: 14px !important;
}

.containertext {
    text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    left: 10px;
    color: white;
    font-size: 50px;
}

.intro-scroll-down {
    display: none;
}

.accordion-title {
    background: #0060a0;
    background: -moz-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0060a0), color-stop(39%, #1f8ac6), color-stop(100%, #1f8ac6));
    background: -webkit-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    background: -o-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    background: -ms-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    background: linear-gradient(to right, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060a0', endColorstr='#1f8ac6', GradientType=1 );
    color: #fff;
}

.accordion-title.active {
    background: #0060a0;
    color: #fff;
}

.accordion-content {
    padding-top: 15px;
}

.accordion-title:hover {
    background: #0060a0;
}

.btnfaqright {
    margin-right: 0px !important;
    float: right;
    margin-top: 30px;
}

.btn-orange {
    background: #0060a0;
    background: -moz-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0060a0), color-stop(39%, #1f8ac6), color-stop(100%, #1f8ac6));
    background: -webkit-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    background: -o-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    background: -ms-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    background: linear-gradient(to right, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060a0', endColorstr='#1f8ac6', GradientType=1 );
    color: #fff;
    text-transform: uppercase;
    margin-right: 20px;
    border: 1px solid white;
}

.btn-orange:hover {
    background: #fff;
    border: 1px solid #1f8ac6;
    color: #1f8ac6;
    transition: 0s ease;
}

.orangetitle {
    color: #1f8ac6;
    text-transform: uppercase;
    font-weight: 800;
}

.whitetitle-r {
    z-index: 1;
    color: white;
    position: relative;
    top: 50px;
}

.whitetitle-l {
    z-index: 1;
    color: white;
    position: relative;
    top: 50px;
}

.fluid-right {
    z-index: 1;
    color: white;
    position: relative;
    float: right;
}

.fluid-left {
    z-index: 1;
    color: white;
    position: relative;
    top: 50px;
}

.column-image {
    max-width: 250px;
    max-height: 200px;
    margin-bottom: 10px;
}

.mylapsframe {
    width: 100%;
    border: none;
    height: 800px;
}

.hgroot {
    height: 550px;
}

.hmiddel {
    height: 450px;
}

.hklein {
    height: 350px;
}

.omrandp {
    margin: 20px !important;
    height: 100%;
    Background: #fefefe;
}

.media {
    height: 100%;
}

.mediap {
    padding-top: 5px;
    padding-bottom: 45px;
}

.omrandingk {
    background: #1f8ac6;
    background: -moz-linear-gradient(left, #1f8ac6 0%, #0060a0 39%, #0060a0 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #1f8ac6), color-stop(39%, #0060a0), color-stop(100%, #0060a0));
    background: -webkit-linear-gradient(left, #1f8ac6 0%, #0060a0 39%, #0060a0 100%);
    background: -o-linear-gradient(left, #1f8ac6 0%, #0060a0 39%, #0060a0 100%);
    background: -ms-linear-gradient(left, #1f8ac6 0%, #0060a0 39%, #0060a0 100%);
    background: linear-gradient(to right, #1f8ac6 0%, #0060a0 39%, #0060a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f8ac6', endColorstr='#0060a0', GradientType=1 );
}

.text-vmiddel {
    position: relative;
    top: 45%;
}

.mbcontheight {
    height: 100%;
}

.titelalign {
    top: 100px;
    position: relative;
    float: right;
    right: 20px;
    color: #fff;
    font-weight: bold;
}

.breadcrumbalign {
    top: 160px;
    position: relative;
    float: right;
    color: #000;
}

.breadcrumbalign span {
    color: #000;
}

.btn-white {
    color: #000;
}

.btn-white:hover {
    color: #fff;
    background: #000;
}

.rounded {
    border-radius: 5px;
    margin-bottom: 10px;
}

/* custom css Jeffrey*/
.slanted_div_links img {
    position: relative;
    left: -10%;
    top: 50px;
    float: right;
}

.slanted_div_rechts img {
    position: relative;
    left: 12%;
    top: 50px;
}

.slanted_div_links {
    position: relative;
    left: 0;
    top: 0;
    float: left;
}

.slanted_div_rechts iframe {
    position: relative;
    left: 12%;
    top: 50px;
}

.media_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.slanted_div_rechts .media_wrapper iframe, .slanted_div_links .media_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.slanted_divM {
    margin-top: 60px;
    margin-bottom: 60px;
}

.rechter_content_banner {
    position: relative !important;
    height: 74.8%;
    top: 25.2%;
    overflow: hidden;
}

#overlay_background {
    opacity: 0.871;
}

#overlay_background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 165px;
    width: 100%;
    height: 100%;
    background-color: rgb( 254, 133, 0 );
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    z-index: -1;
    float: left;
}

#overlay_background_left {
    opacity: 0.871;
}

#overlay_background_left::before {
    content: '';
    position: absolute;
    top: 0;
    right: 70px;
    width: 100%;
    height: 100%;
    background-color: rgb( 254, 133, 0 );
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skewX(150deg);
    -ms-transform: skewX(150deg);
    transform: skewX(150deg);
    z-index: -1;
    float: left;
    width: 1180px;
}

#overlay_background_right {
    opacity: 0.871;
}

#overlay_background_right::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb( 254, 133, 0 );
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    z-index: -1;
    float: right;
    width: 1180px;
}

.slanted_yas {
    height: 500px;
    position: relative;
    margin-bottom: 230px;
}

.slanted_yas_video_wrapper {
    bottom: -125px;
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 56.25% 0;
    border: 7px solid #a04212;
    border-radius: 5px;
}

.slanted_yas_video_wrapper iframe {
    border: 10px solid #a04212;
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.sectioncontentslider iframe.iframe {
    max-width: 100%;
    display: block;
}

#overlay_background_yas_right_onder .slanted_yas_image_wrapper,
#overlay_background_yas_left_onder .slanted_yas_image_wrapper {
    position: absolute;
    top: 0;
    padding: 120px 30px 0 30px;
    left: 0;
    right: 0;
}

.slanted_yas_image_wrapper img {
    border: 18px solid #a04212;
    border-radius: 5px;
    max-height: 600px;
}

#overlay_background_yas_boven {
    /*opacity: 0.871;*/
}

#overlay_background_yas_left_boven::before {
    content: '';
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgb( 254, 133, 0 );*/
    background: -webkit-linear-gradient(right, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: -moz-linear-gradient(right, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: -o-linear-gradient(right, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: linear-gradient(to right, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skewy(-17deg);
    -ms-transform: skewy(-17deg);
    transform: skewy(-17deg);
    z-index: -1;
    float: right;
    /*width: 1180px;*/
}

#overlay_background_yas_left_onder {
    /*opacity: 0.871;*/
}

#overlay_background_yas_left_onder::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    /*background-color: rgb( 254, 133, 0 );*/
    background: -webkit-linear-gradient(right, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: -moz-linear-gradient(right, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: -o-linear-gradient(right, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: linear-gradient(to right, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skewy(17deg);
    -ms-transform: skewy(17deg);
    transform: skewy(17deg);
    z-index: -1;
    float: right;
    /*width: 1180px;*/
}

#overlay_background_yas_right_boven::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    /*background-color: rgb( 254, 133, 0 );*/
    background: -webkit-linear-gradient(left, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: -moz-linear-gradient(left, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: -o-linear-gradient(left, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: linear-gradient(to left, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skewy(-17deg);
    -ms-transform: skewy(-17deg);
    transform: skewy(17deg);
    z-index: -1;
    float: left;
    /*width: 1180px;*/
}


#overlay_background_yas_right_onder::before {
    content: '';
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgb( 254, 133, 0 );*/
    background: -webkit-linear-gradient(left, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: -moz-linear-gradient(left, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: -o-linear-gradient(left, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: linear-gradient(to left, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skewy(-17deg);
    -ms-transform: skewy(-17deg);
    transform: skewy(-17deg);
    z-index: -1;
    float: right;
    /*width: 1180px;*/
}

.slanted_yas_text {
    height: 560px;
    max-height: 560px;
}

.slanted_yas_text_wrapper {
    position: absolute;
    top: 21%;
}
/* einde custom css Jeffrey*/



/* social media */
.social a {
    display: inline-block !important;
    margin-top: -6px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.social i {
    background-repeat: no-repeat;
    width: 50px;
    height: 33px;
    display: inline-block;
    padding-bottom: 0px !important;
}

.facebook {
    background-image: url("/media/1369/facebook-1.png");
}

.twitter {
    background-image: url("/media/1366/twitter.png");
}

.instagram {
    background-image: url("/media/1365/instagram.png");
}

.facebook:hover {
    background-image: url("/media/1368/facebook.png");
}

.twitter:hover {
    background-image: url("/media/1370/twitter_hover.png");
}

.instagram:hover {
    background-image: url("/media/1362/instagram.png");
}

/* search */
.li-search {
}

.sb-search {
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 51px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    right: 9px;
    border: none;
    outline: none;
    background: #fff;
    width: 0px;
    height: 32px;
    margin: 0;
    margin-top: 0px;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #1f8ac6;
    margin-top: -6px;
    visibility: hidden;
}


.sb-search-input::-webkit-input-placeholder {
    color: #1f8ac6;
}

.sb-search-input:-moz-placeholder {
    color: #1f8ac6;
}

.sb-search-input::-moz-placeholder {
    color: #1f8ac6;
}

.sb-search-input:-ms-input-placeholder {
    color: #1f8ac6;
}

.sb-icon-search,
.sb-search-submit {
    width: 51px;
    height: 33px;
    display: block;
    position: absolute;
    right: 0;
    /* top: 35px; */
    padding: 0;
    margin: 0;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    margin-top: -7px;
}

.sb-search-submit {
    background: url("/media/1395/search.png") no-repeat;
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: url("/media/1395/search.png") no-repeat;
    /* 
	background: -webkit-linear-gradient(right, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: -moz-linear-gradient(right, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: -o-linear-gradient(right, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
    background: linear-gradient(to right, #0060a0 0%, #1f8ac6 100%, #1f8ac6 100%);
	*/
    z-index: 90;
    font-size: 22px;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    /* content: "\f002"; */
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 250px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: url("/media/1395/search.png") no-repeat;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

.sb-search-open .sb-search-input {
    visibility: visible;
    right: 15px;
    width: 230px;
}

.whitetext{
	color: #fff !important;	
}

.anchor {
    position: relative;
}
/* end search */

.countdown h1 {
    margin-top: 10px;
    margin-right: 4px;
}

.countdown p {
    line-height: 34px;
    margin-left: 10px;
}

.anchorspace {
    display: block;
    height: 68px; /*same height as header*/
    margin-top: -68px; /*same height as header*/
    visibility: hidden;
}


span:target + .accordion-section .accordion-content {
    display: block;
}

.elogo {
    margin-top: -10px;
    display: inline-block;
}

.elogo img {
    width: 35px !important;
}

.elogo a {
    position: relative;
    display: block;
    width: 132px;
    margin-top: 51px;
}

.header.sticky .elogo a {
    width: 115px;
    margin-top: 33px;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    h1.titelalign {
        text-shadow: -1px 0 #1f8ac6, 0 1px #1f8ac6, 1px 0 #1f8ac6, 0 -1px #1f8ac6;
    }
}

@media \0screen\,screen\9 {
    /* IE6, 7, 8 CSS styles go here */
    h1.titelalign {
        text-shadow: -1px 0 #1f8ac6, 0 1px #1f8ac6, 1px 0 #1f8ac6, 0 -1px #1f8ac6;
    }
}

@media screen\0 {
    /* IE9, 10 CSS styles go here */
    h1.titelalign {
        text-shadow: -1px 0 #1f8ac6, 0 1px #1f8ac6, 1px 0 #1f8ac6, 0 -1px #1f8ac6;
    }
}

/* desktop */
@media all and (min-width: 991px) {
    #section_1628 {
        display: none;
    }

    #section_1625 {
        display: none;
    }

    #section_1630 {
        display: none;
    }

    #section_1656 {
        display: none;
    }

    body#page_1605 {
        overflow: hidden !important;
        height: 100% !important;
    }

    body#page_2173 {
        overflow: hidden !important;
        height: 100% !important;
    }

    body#page_4882 {
        overflow: hidden !important;
        height: 100% !important;
    }

    body#page_6313 {
        overflow: hidden !important;
        height: 100% !important;
    }

    .mobile_links {
        display: none;
    }
    /* GS-153
	.iframe{
		width: 550px;
		height: 400px;
	}
	*/

    .slanted_div_links {
        height: 420px;
        background: -webkit-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: -moz-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: -o-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: linear-gradient(to right, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        position: relative;
        /*max-width: 1000px;*/
        margin-bottom: 70px;
    }

    .slanted_div_links:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        border-top: 420px solid white;
        border-left: 275px solid #1f8ac6;
        width: 0;
    }

    .slanted_div_rechts {
        height: 420px;
        background: -webkit-linear-gradient(right, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: -moz-linear-gradient(right, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: -o-linear-gradient(right, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: linear-gradient(to left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        position: relative;
        /*max-width: 1000px;*/
        margin-bottom: 70px;
    }

    .slanted_div_rechts:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 420px solid white;
        border-right: 275px solid #1f8ac6;
        width: 0;
    }

    #mobielimage {
        display: none;
    }

    .social {
        margin-left: 20px !important;
    }
}

/* mobiel*/
@media all and (max-width: 991px) {
    body, html {
        overflow-x: hidden;
    }

    .header {
        background-color: rgba(255,255,255, 1) !important;
    }

    .team-item-img img {
        margin-left: 0px;
    }

    .team-item {
        margin-top: 15px;
    }

    .padding-none {
        padding-left: 25px;
        padding-right: 25px;
    }

    .whitetitle-r {
        top: 0px;
    }

    .whitetitle-l {
        top: 0px;
    }

    .btnorange {
        margin-top: 10px;
    }

    .mobile_links {
        position: absolute;
        bottom: 0px;
        width: 100%
    }

    .mobile_links a {
        height: 66px;
        width: 32%;
        display: inline-block;
        font-size: 15px;
        margin: 0px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .btn-mobile {
        background-color: transparent;
        height: 66px;
        float: none !important;
        border: none;
        font-size: 15px;
    }

    .btn-mobile:hover {
        background-color: white;
        color: #1f8ac6;
    }

    .btn-group {
        display: block;
        background: #0060a0;
        background: -moz-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #0060a0), color-stop(39%, #1f8ac6), color-stop(100%, #1f8ac6));
        background: -webkit-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: -o-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: -ms-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: linear-gradient(to right, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    }

    .btn-group:hover {
        background: #0060a0;
        background: -moz-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #0060a0), color-stop(39%, #1f8ac6), color-stop(100%, #1f8ac6));
        background: -webkit-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: -o-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: -ms-linear-gradient(left, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
        background: linear-gradient(to right, #0060a0 0%, #1f8ac6 39%, #1f8ac6 100%);
    }

    .btn-group button {
        padding: 0px;
    }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: 25px;
    }

    .counter_d.aftel {
        margin-left: 0px;
    }

    .aftel {
        margin-left: -20px;
        margin-bottom: 4px;
    }

    .containertext {
        right: 0px;
        left: 0px;
        top: 110px;
        bottom: inherit;
    }

    #overlay_background::before {
        left: 108px;
    }

    .titelalign {
        top: 41px;
        right: -20px;
    }

    #overlay_background_right::before {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb( 254, 133, 0 );
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
        z-index: -1;
        margin-left: -15px;
        float: right;
    }

    #overlay_background_left::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgb( 254, 133, 0 );
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
        z-index: -1;
        margin-left: -15px;
    }

    .inner-intro.inner-intro-small {
        height: 250px;
    }

    .btnfaqright {
        margin-right: 26px !important;
    }

    /*.slanted_yas{
		height: 200px;
	}

	.slanted_yas_text{
		height: 0px;
		max-height: 0px;
	}*/
    #overlay_background_yas_right_onder::before {
    }

    #overlay_background_yas_right_boven::before {
    }

    #overlay_background_yas_left_boven .slanted_yas_image_wrapper {
        bottom: -100px
    }

    .slanted_yas {
        margin-bottom: 150px;
        height: 100px;
    }

    #overlay_background_yas_left_onder .slanted_yas_image_wrapper {
        bottom: -100px
    }

    .iframeyas {
        height: 300px;
    }

    .slanted_div_links.col-xs-12 {
        margin-bottom: 70px;
    }

    .sb-search {
        float: left;
    }

    .sb-search-input {
        left: 9px;
    }

    .sb-icon-search,
    .sb-search-submit {
        left: 0;
    }

    .sb-search-open .sb-search-input {
        left: 15px;
        text-align: right;
    }

    .h1 {
        font-size: 16px;
    }

    .slanted_div_links.col-xs-12 {
        margin-top: -90px;
        margin-left: 25px;
    }

    .slanted_div_rechts img {
        left: 0%;
        top: 0px;
    }

    .ptb-60 {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    iframe.iframe {
        width: 270px;
    }

    .sectioncontentslider iframe.iframe {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .icon img {
        height: 40px;
    }

    h3.orangetitle {
        font-size: 14px;
    }

    .table {
        overflow-x: auto;
    }

    .social a {
        width: 11% !important;
    }

    .social {
        padding-left: 10px !important;
    }

    .li-search {
        padding-left: 10px !important;
    }

    .language {
        padding-left: 10px !important;
    }

    #mobielimage {
        display: block;
    }

    .fullvid {
        display: none;
    }

    .sideimage {
        display: none;
    }

    .sectioncontentslider .padding-left-fifty {
        display: none
    }

    .sectiontextimage img {
        display: none;
    }

    .slanted_divM .slanted_div_links {
        display: none;
    }

    .slanted_divM .slanted_div_rechts {
        display: none;
    }

    .footer .mb-60 {
        display: none;
    }

    .icon p {
        display: none;
    }

    .slanted_yas_image_wrapper {
        position: absolute;
        bottom: -165px;
    }

    .btn-primary:hover, .btn-primary:focus {
        color: black;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-orange {
        margin-bottom: 10px;
    }

    .spacer-15 {
        display: none;
    }

    .mediasection {
        height: 200px;
        padding-top: 0px;
    }

    .mediasection .media {
        background-position: 50%, 0;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .hoofd_banner {
        background-position: 50%, 0 !important;
        background-size: 120%;
    }

    .language a {
        position: relative;
        top: -61px;
        left: 47px;
    }

    #mobielimage {
        background-size: 200vh, 200px;
        background-position: 50%, 0;
    }

    .language a {
        position: relative;
        left: 0px;
    }

    .li-search a {
        position: relative;
        left: 47px;
    }

    .header {
        position: -webkit- sticky !important;
        position: fixed !important;
    }

    #overlay_background_yas_right_onder .slanted_yas_image_wrapper,
    #overlay_background_yas_left_onder .slanted_yas_image_wrapper {
        position: relative;
        top: inherit;
        padding: 0;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }

    #overlay_background_yas_left_onder::before,
    #overlay_background_yas_right_onder::before {
        display: none;
    }

    .slanted_yas_video_wrapper {
        bottom: 0;
        position: relative;
        width: 100%;
        height: 0;
        padding: 0 0 56.25% 0;
        border: 7px solid #a04212;
        border-radius: 5px;
    }

    .slanted_yas_image_wrapper img {
        border: 18px solid #a04212;
        border-radius: 5px;
        max-height: inherit;
        min-height: inherit;
        width: 100%;
        margin: 30px auto;
        height: auto;
        display: block;
        float: left;
        position: relative;
    }

    .slanted_yas {
        height: inherit;
        margin-bottom: 0;
    }

    .slanted_yas_text_wrapper {
        top: inherit;
        position: relative;
    }

    .slanted_yas_text {
        height: auto;
        padding: 30px;
    }

    .slanted_yas_image_wrapper {
        bottom: -115px;
    }

    .Landscape {
        margin-top: -110px;
        margin-bottom: 110px;
    }

    .Landscape .slanted_yas_image_wrapper {
        bottom: -70px;
    }

    .slanted_yas.Portrait {
        margin-bottom: 80px;
        top: -60px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    h1.titelalign {
        text-shadow: -1px 0 #0060a0, 0 1px #0060a0, 1px 0 #0060a0, 0 -1px #0060a0 !important;
    }
}

@media \0screen\,screen\9 {
    /* IE6, 7, 8 CSS styles go here */
    h1.titelalign {
        text-shadow: -1px 0 #0060a0, 0 1px #0060a0, 1px 0 #0060a0, 0 -1px #0060a0 !important;
    }
}

@media screen\0 {
    /* IE9, 10 CSS styles go here */
    h1.titelalign {
        text-shadow: -1px 0 #0060a0, 0 1px #0060a0, 1px 0 #0060a0, 0 -1px #0060a0 !important;
    }
}

.navigation ul li:hover a, .header.sticky .navigation ul > li:hover > a, .navigation > ul > li.active > a, .navigation > ul > li > ul > li.active > a, .navigation > ul > li > ul > li > ul > li.active > a, .header.sticky .navigation ul ul > li.active > a, .header.sticky .navigation ul > li.active > a, .header.sticky .navigation > ul > li > ul > li.active > a, .header.sticky .navigation > ul > li > ul > li > ul > li.active > a {
    color: #0060a0;
}

.header.sticky .navigation ul ul > li:hover > a {
    color: #0060a0 !important;
}

.navigation ul ul li:hover > a, .navigation ul ul li a:hover {
    color: #0060a0 !important;
}

.background--dark .header .navigation a:hover {
    color: #0060a0 !important;
}

/* footer loopt over fix */
@media screen and (max-width: 991px) {
    .slanted_yas_text {
        height: auto;
        max-height: none;
        padding: 30px;
    }
}

@media screen and (min-width: 991px) {
    .slanted_yas_text {
        height: auto;
        max-height: none;
        padding: 30px;
    }

    .slanted_yas_text_wrapper {
        position: relative;
        top: 21%;
        margin-top: 116px;
    }
}
/* end footer loopt over fix */